home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCNet 2006 March
/
PCnet 2006-06.3.iso
/
Apps
/
Flash
/
FDBuilder1160CNET.exe
/
CDTools
/
startup.swf
/
scripts
/
DefineSprite_42
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-25
|
299 b
|
20 lines
function rand(maxnum)
{
return Math.round(Math.random() * maxnum);
}
function smokeCheck()
{
cek++;
if(cek >= dustcount)
{
fin = true;
}
}
cek = 0;
fin = false;
roomHeight = this._height;
roomWidth = this._width;
_xscale = 100;
_yscale = 100;
gotoAndPlay(2);